-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service: add a functoin to help create fuse vfs backend #1218
Conversation
@taoohong , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/67545 |
@taoohong , The CI test is completed, please check result:
Congratulations, your test job passed! |
Add a function to help create fuse vfs backend, reduce explicit references to crate fuse_backend_rs. Signed-off-by: taohong <taoohong@linux.alibaba.com>
826715d
to
f31e930
Compare
@taoohong , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/67642 |
@taoohong , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/67645 |
@taoohong , The CI test is completed, please check result:
Congratulations, your test job passed! |
@taoohong , The CI test is completed, please check result:
Congratulations, your test job passed! |
Add a function to get fuse backend vfs,
reduce explicit references to fuse_backend_rs.